home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / NOTIFY_M / STARTUPE.H < prev   
Text File  |  1992-07-19  |  472b  |  27 lines

  1. /****************************************************************************
  2.  ***
  3.  *** StartupError.h
  4.  ***
  5.  *** Informative error messages from INITs
  6.  ***
  7.  *** History:
  8.  ***   jhh 18 jun 90 -- response to news posting
  9.  ***
  10.  ***/
  11.  
  12. #ifndef _H_STARTUP_ERROR
  13. #define _H_STARTUP_ERROR
  14.  
  15.  
  16. /****************************************************************************
  17.  **
  18.  ** Public Functions
  19.  **
  20.  **/
  21.  
  22. void
  23. StartupError(int errorNumber);
  24.  
  25.  
  26. #endif  /* ifndef _H_STARTUP_ERROR */
  27.